3.2.5 \(\int \frac {x (a+b \sinh ^{-1}(c x))}{(\pi +c^2 \pi x^2)^{5/2}} \, dx\) [105]

Optimal. Leaf size=75 \[ \frac {b x}{6 c \pi ^{5/2} \left (1+c^2 x^2\right )}-\frac {a+b \sinh ^{-1}(c x)}{3 c^2 \pi \left (\pi +c^2 \pi x^2\right )^{3/2}}+\frac {b \text {ArcTan}(c x)}{6 c^2 \pi ^{5/2}} \]

[Out]

1/6*b*x/c/Pi^(5/2)/(c^2*x^2+1)+1/3*(-a-b*arcsinh(c*x))/c^2/Pi/(Pi*c^2*x^2+Pi)^(3/2)+1/6*b*arctan(c*x)/c^2/Pi^(
5/2)

________________________________________________________________________________________

Rubi [A]
time = 0.05, antiderivative size = 75, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.125, Rules used = {5798, 205, 209} \begin {gather*} -\frac {a+b \sinh ^{-1}(c x)}{3 \pi c^2 \left (\pi c^2 x^2+\pi \right )^{3/2}}+\frac {b \text {ArcTan}(c x)}{6 \pi ^{5/2} c^2}+\frac {b x}{6 \pi ^{5/2} c \left (c^2 x^2+1\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(x*(a + b*ArcSinh[c*x]))/(Pi + c^2*Pi*x^2)^(5/2),x]

[Out]

(b*x)/(6*c*Pi^(5/2)*(1 + c^2*x^2)) - (a + b*ArcSinh[c*x])/(3*c^2*Pi*(Pi + c^2*Pi*x^2)^(3/2)) + (b*ArcTan[c*x])
/(6*c^2*Pi^(5/2))

Rule 205

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(-x)*((a + b*x^n)^(p + 1)/(a*n*(p + 1))), x] + Dist[(n*(p
 + 1) + 1)/(a*n*(p + 1)), Int[(a + b*x^n)^(p + 1), x], x] /; FreeQ[{a, b}, x] && IGtQ[n, 0] && LtQ[p, -1] && (
IntegerQ[2*p] || (n == 2 && IntegerQ[4*p]) || (n == 2 && IntegerQ[3*p]) || Denominator[p + 1/n] < Denominator[
p])

Rule 209

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[b, 2]))*ArcTan[Rt[b, 2]*(x/Rt[a, 2])], x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 5798

Int[((a_.) + ArcSinh[(c_.)*(x_)]*(b_.))^(n_.)*(x_)*((d_) + (e_.)*(x_)^2)^(p_.), x_Symbol] :> Simp[(d + e*x^2)^
(p + 1)*((a + b*ArcSinh[c*x])^n/(2*e*(p + 1))), x] - Dist[b*(n/(2*c*(p + 1)))*Simp[(d + e*x^2)^p/(1 + c^2*x^2)
^p], Int[(1 + c^2*x^2)^(p + 1/2)*(a + b*ArcSinh[c*x])^(n - 1), x], x] /; FreeQ[{a, b, c, d, e, p}, x] && EqQ[e
, c^2*d] && GtQ[n, 0] && NeQ[p, -1]

Rubi steps

\begin {align*} \int \frac {x \left (a+b \sinh ^{-1}(c x)\right )}{\left (\pi +c^2 \pi x^2\right )^{5/2}} \, dx &=-\frac {a+b \sinh ^{-1}(c x)}{3 c^2 \pi \left (\pi +c^2 \pi x^2\right )^{3/2}}+\frac {\left (b \sqrt {1+c^2 x^2}\right ) \int \frac {1}{\left (1+c^2 x^2\right )^2} \, dx}{3 c \pi ^2 \sqrt {\pi +c^2 \pi x^2}}\\ &=\frac {b x}{6 c \pi ^2 \sqrt {1+c^2 x^2} \sqrt {\pi +c^2 \pi x^2}}-\frac {a+b \sinh ^{-1}(c x)}{3 c^2 \pi \left (\pi +c^2 \pi x^2\right )^{3/2}}+\frac {\left (b \sqrt {1+c^2 x^2}\right ) \int \frac {1}{1+c^2 x^2} \, dx}{6 c \pi ^2 \sqrt {\pi +c^2 \pi x^2}}\\ &=\frac {b x}{6 c \pi ^2 \sqrt {1+c^2 x^2} \sqrt {\pi +c^2 \pi x^2}}-\frac {a+b \sinh ^{-1}(c x)}{3 c^2 \pi \left (\pi +c^2 \pi x^2\right )^{3/2}}+\frac {b \sqrt {1+c^2 x^2} \tan ^{-1}(c x)}{6 c^2 \pi ^2 \sqrt {\pi +c^2 \pi x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.08, size = 72, normalized size = 0.96 \begin {gather*} \frac {-2 a+b c x \sqrt {1+c^2 x^2}-2 b \sinh ^{-1}(c x)+b \left (1+c^2 x^2\right )^{3/2} \text {ArcTan}(c x)}{6 c^2 \pi ^{5/2} \left (1+c^2 x^2\right )^{3/2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(x*(a + b*ArcSinh[c*x]))/(Pi + c^2*Pi*x^2)^(5/2),x]

[Out]

(-2*a + b*c*x*Sqrt[1 + c^2*x^2] - 2*b*ArcSinh[c*x] + b*(1 + c^2*x^2)^(3/2)*ArcTan[c*x])/(6*c^2*Pi^(5/2)*(1 + c
^2*x^2)^(3/2))

________________________________________________________________________________________

Maple [C] Result contains complex when optimal does not.
time = 3.73, size = 124, normalized size = 1.65

method result size
default \(-\frac {a}{3 \pi \,c^{2} \left (\pi \,c^{2} x^{2}+\pi \right )^{\frac {3}{2}}}+\frac {b x}{6 c \,\pi ^{\frac {5}{2}} \left (c^{2} x^{2}+1\right )}-\frac {b \arcsinh \left (c x \right )}{3 \pi ^{\frac {5}{2}} \left (c^{2} x^{2}+1\right )^{\frac {3}{2}} c^{2}}+\frac {i b \ln \left (c x +\sqrt {c^{2} x^{2}+1}+i\right )}{6 c^{2} \pi ^{\frac {5}{2}}}-\frac {i b \ln \left (c x +\sqrt {c^{2} x^{2}+1}-i\right )}{6 c^{2} \pi ^{\frac {5}{2}}}\) \(124\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*(a+b*arcsinh(c*x))/(Pi*c^2*x^2+Pi)^(5/2),x,method=_RETURNVERBOSE)

[Out]

-1/3*a/Pi/c^2/(Pi*c^2*x^2+Pi)^(3/2)+1/6*b*x/c/Pi^(5/2)/(c^2*x^2+1)-1/3*b/Pi^(5/2)/(c^2*x^2+1)^(3/2)/c^2*arcsin
h(c*x)+1/6*I*b/c^2/Pi^(5/2)*ln(c*x+(c^2*x^2+1)^(1/2)+I)-1/6*I*b/c^2/Pi^(5/2)*ln(c*x+(c^2*x^2+1)^(1/2)-I)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(a+b*arcsinh(c*x))/(pi*c^2*x^2+pi)^(5/2),x, algorithm="maxima")

[Out]

b*integrate(x*log(c*x + sqrt(c^2*x^2 + 1))/(pi + pi*c^2*x^2)^(5/2), x) - 1/3*a/(pi*(pi + pi*c^2*x^2)^(3/2)*c^2
)

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 165 vs. \(2 (63) = 126\).
time = 0.44, size = 165, normalized size = 2.20 \begin {gather*} -\frac {\sqrt {\pi } {\left (b c^{4} x^{4} + 2 \, b c^{2} x^{2} + b\right )} \arctan \left (-\frac {2 \, \sqrt {\pi } \sqrt {\pi + \pi c^{2} x^{2}} \sqrt {c^{2} x^{2} + 1} c x}{\pi - \pi c^{4} x^{4}}\right ) + 4 \, \sqrt {\pi + \pi c^{2} x^{2}} b \log \left (c x + \sqrt {c^{2} x^{2} + 1}\right ) - 2 \, \sqrt {\pi + \pi c^{2} x^{2}} {\left (\sqrt {c^{2} x^{2} + 1} b c x - 2 \, a\right )}}{12 \, {\left (\pi ^{3} c^{6} x^{4} + 2 \, \pi ^{3} c^{4} x^{2} + \pi ^{3} c^{2}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(a+b*arcsinh(c*x))/(pi*c^2*x^2+pi)^(5/2),x, algorithm="fricas")

[Out]

-1/12*(sqrt(pi)*(b*c^4*x^4 + 2*b*c^2*x^2 + b)*arctan(-2*sqrt(pi)*sqrt(pi + pi*c^2*x^2)*sqrt(c^2*x^2 + 1)*c*x/(
pi - pi*c^4*x^4)) + 4*sqrt(pi + pi*c^2*x^2)*b*log(c*x + sqrt(c^2*x^2 + 1)) - 2*sqrt(pi + pi*c^2*x^2)*(sqrt(c^2
*x^2 + 1)*b*c*x - 2*a))/(pi^3*c^6*x^4 + 2*pi^3*c^4*x^2 + pi^3*c^2)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \frac {\int \frac {a x}{c^{4} x^{4} \sqrt {c^{2} x^{2} + 1} + 2 c^{2} x^{2} \sqrt {c^{2} x^{2} + 1} + \sqrt {c^{2} x^{2} + 1}}\, dx + \int \frac {b x \operatorname {asinh}{\left (c x \right )}}{c^{4} x^{4} \sqrt {c^{2} x^{2} + 1} + 2 c^{2} x^{2} \sqrt {c^{2} x^{2} + 1} + \sqrt {c^{2} x^{2} + 1}}\, dx}{\pi ^{\frac {5}{2}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(a+b*asinh(c*x))/(pi*c**2*x**2+pi)**(5/2),x)

[Out]

(Integral(a*x/(c**4*x**4*sqrt(c**2*x**2 + 1) + 2*c**2*x**2*sqrt(c**2*x**2 + 1) + sqrt(c**2*x**2 + 1)), x) + In
tegral(b*x*asinh(c*x)/(c**4*x**4*sqrt(c**2*x**2 + 1) + 2*c**2*x**2*sqrt(c**2*x**2 + 1) + sqrt(c**2*x**2 + 1)),
 x))/pi**(5/2)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(a+b*arcsinh(c*x))/(pi*c^2*x^2+pi)^(5/2),x, algorithm="giac")

[Out]

integrate((b*arcsinh(c*x) + a)*x/(pi + pi*c^2*x^2)^(5/2), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {x\,\left (a+b\,\mathrm {asinh}\left (c\,x\right )\right )}{{\left (\Pi \,c^2\,x^2+\Pi \right )}^{5/2}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x*(a + b*asinh(c*x)))/(Pi + Pi*c^2*x^2)^(5/2),x)

[Out]

int((x*(a + b*asinh(c*x)))/(Pi + Pi*c^2*x^2)^(5/2), x)

________________________________________________________________________________________